ComponentOne Scheduler for WPF and Silverlight
FindLastIndex(Int32,Int32,Predicate<DayOfWeek>) Method

C1.C1Schedule Namespace > WorkDays Class > FindLastIndex Method : FindLastIndex(Int32,Int32,Predicate<DayOfWeek>) Method
Syntax
'Declaration
 
Public Overloads Function FindLastIndex( _
   ByVal startIndex As System.Integer, _
   ByVal count As System.Integer, _
   ByVal match As System.Predicate(Of DayOfWeek) _
) As System.Integer
public System.int FindLastIndex( 
   System.int startIndex,
   System.int count,
   System.Predicate<DayOfWeek> match
)

Parameters

startIndex
count
match
See Also

Reference

WorkDays Class
WorkDays Members
Overload List